home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / frame_40 / PlaceObject2_194_1 / CLIPACTIONRECORD onClipEvent(keyDown).as
Text File  |  2010-11-09  |  138b  |  8 lines

  1. onClipEvent(keyDown){
  2.    var Lastkey = key.getCode();
  3.    if(LastKey == 16)
  4.    {
  5.       _root.KeyPlayFlg = !_root.KeyPlayFlg;
  6.    }
  7. }
  8.